←Select platform

FindSeries(string,string,List<SeriesInfo>,int) Method

Summary

Finds all series that match the specified search criteria.

Syntax
C#
VB
C++
public ControllerReturnCode FindSeries( 
   string patientId, 
   string studyInstanceUid, 
   List<SeriesInfo> series, 
   int maxQueryResults 
) 
Public Function FindSeries( 
   ByVal patientId As String, 
   ByVal studyInstanceUid As String, 
   ByVal series As List(Of SeriesInfo 
), 
   ByVal maxQueryResults As Integer) As ControllerReturnCode 
public:  
   ControllerReturnCode^ FindSeries( 
      String^ patientId, 
      String^ studyInstanceUid, 
      List<SeriesInfo^>^ series, 
      Int32 maxQueryResults 
   ) 

Parameters

patientId

The Patient ID for which to search.

studyInstanceUid

The Study Instance UID (Unique ID) for the study.

series

List of SeriesInfo objects that will be updated with the results of the search.

maxQueryResults

Specifies the maximum number of results to return.

Return Value

A ControllerReturnCode value indicating the results of the search.

Remarks

This method is similar to FindSeries(string,string,List{SeriesInfo}), but allows you to pass a value for maxQueryResults that puts a limit on the number of results returned. This is useful for querying large databases, where the results returned could be unpredictably large.

Pass 0 for maxQueryResults if you do not want to limit the number of results returned.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.WebViewer.ExternalControl Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.